Add a search engine which queries the Spotlight database on MacOS X (only
authorKristian Rietveld <kris@gtk.org>
Sun, 24 Jun 2007 11:57:07 +0000 (11:57 +0000)
committerKristian Rietveld <kristian@src.gnome.org>
Sun, 24 Jun 2007 11:57:07 +0000 (11:57 +0000)
commit43568deea7cdde7a3bddb8b460c5547184422c28
treec451656fd3e3664930b664dbcfde92d4127d4e09
parentdc16e7ff56dcf39c22b7d294ac67782607a539c5
Add a search engine which queries the Spotlight database on MacOS X (only

2007-06-24  Kristian Rietveld  <kris@gtk.org>

* gtk/gtksearchenginequartz.[ch]: Add a search engine which queries
the Spotlight database on MacOS X (only available in 10.4 and
higher).

* gtk/gtksearchengine.c (_gtk_search_engine_new): try creating
quartz search engine if we are on OS X.

* Makefile.am: added use_quartz_sources section with new file.

svn path=/trunk/; revision=18222
ChangeLog
gtk/Makefile.am
gtk/gtksearchengine.c
gtk/gtksearchenginequartz.c [new file with mode: 0644]
gtk/gtksearchenginequartz.h [new file with mode: 0644]